projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c3b13
)
Turns out MSVC .NET also doesn't know stdint.h.
author
parkrrrr
<parkrrrr>
Thu, 17 Mar 2005 15:53:37 +0000
(15:53 +0000)
committer
parkrrrr
<parkrrrr>
Thu, 17 Mar 2005 15:53:37 +0000
(15:53 +0000)
gbtypes.h
patch
|
blob
|
history
diff --git
a/gbtypes.h
b/gbtypes.h
index 1532ed26b7742e6ecc9db9f4f0e35e1003c2aacd..d519f988db21a5eecf347a714547435a3eb61a3d 100644
(file)
--- a/
gbtypes.h
+++ b/
gbtypes.h
@@
-25,7
+25,7
@@
* include a gross collection of __STDC_VERSION >= 199901L || __GNUC__
*/
-#if defined(_MSC_VER)
&& (_MSC_VER == 1200)
+#if defined(_MSC_VER)
typedef unsigned long gbuint32;
typedef unsigned short gbuint16;
@@
-41,5
+41,4
@@
typedef uint16_t gbuint16;
typedef int32_t gbint32;
typedef int16_t gbint16;
-#endif // defined(_MSC_VER) && (_MSC_VER == 1200)
-
+#endif // defined(_MSC_VER)